type runtime.lfstack
12 uses
runtime (current package)
lfstack.go#L22: type lfstack uint64
lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
lfstack.go#L36: func (head *lfstack) pop() unsafe.Pointer {
lfstack.go#L65: func (head *lfstack) empty() bool {
mcleanup.go#L367: full lfstack
mcleanup.go#L369: _ [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - unsafe.Sizeof(atomic.Uint64{})]byte
mcleanup.go#L372: free lfstack
mcleanup.go#L380: _ [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - 1]byte
mgc.go#L328: full lfstack // lock-free list of full blocks workbuf
mgc.go#L330: empty lfstack // lock-free list of empty blocks workbuf
mspanset.go#L329: stack lfstack
runtime2.go#L1468: gcBgMarkWorkerPool lfstack
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |